home *** CD-ROM | disk | FTP | other *** search
/ AI Game Programming Wisdom / AIGameProgrammingWisdom.iso / SourceCode / 02 Useful Techniques / 08 Zarozinski / src / ffllapi / FFLLAPI.def < prev    next >
Encoding:
Text File  |  2001-10-09  |  315 b   |  15 lines

  1. ; .def file for the FFLL API
  2. ;
  3. ; Copyright ⌐ 2001 Louder Than A Bomb! Software
  4. ;
  5.  
  6. ; For Win32 DLLs, only EXPORTs really required.
  7.  
  8. EXPORTS
  9.       ffll_new_model            @1
  10.     ffll_load_fcl_file        @2
  11.     ffll_new_child            @3
  12.     ffll_set_value            @4
  13.     ffll_get_output_value    @5
  14.     ffll_get_msg_textA        @6
  15.     ffll_get_msg_textW        @7